home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
util
/
boot
/
selector90.lha
/
Selector
/
install
/
docs.sel
< prev
next >
Wrap
Text File
|
1998-10-14
|
501b
|
17 lines
defenv seldest SYS:
text "Where would you like to put"
text "Selector's documentation with"
text "examples and the Preferences"
text 'tool. A drawer named "Selector"'
text "will be created."
text
text Destination:
tempcol yellow black
text "[seldest]"
text
button "Change destination" exec 'setenv seldest `requestfile drawer "[seldest]" title Destination savemode drawersonly`' update
button "Procede with copy" exec 'execute copydocs "[seldest]"' exit
button "Skip this part" exit
unsetenv seldest